3.1.31 \(\int \cot ^3(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)} \, dx\) [31]

3.1.31.1 Optimal result
3.1.31.2 Mathematica [A] (verified)
3.1.31.3 Rubi [A] (warning: unable to verify)
3.1.31.4 Maple [F]
3.1.31.5 Fricas [A] (verification not implemented)
3.1.31.6 Sympy [F]
3.1.31.7 Maxima [F]
3.1.31.8 Giac [F]
3.1.31.9 Mupad [F(-1)]

3.1.31.1 Optimal result

Integrand size = 35, antiderivative size = 435 \[ \int \cot ^3(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)} \, dx=\frac {\sqrt {a} \text {arctanh}\left (\frac {2 a+b \tan ^2(d+e x)}{2 \sqrt {a} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )}{2 e}-\frac {b \text {arctanh}\left (\frac {2 a+b \tan ^2(d+e x)}{2 \sqrt {a} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )}{4 \sqrt {a} e}-\frac {\sqrt {a-b+c} \text {arctanh}\left (\frac {2 a-b+(b-2 c) \tan ^2(d+e x)}{2 \sqrt {a-b+c} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )}{2 e}-\frac {b \text {arctanh}\left (\frac {b+2 c \tan ^2(d+e x)}{2 \sqrt {c} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )}{4 \sqrt {c} e}+\frac {(b-2 c) \text {arctanh}\left (\frac {b+2 c \tan ^2(d+e x)}{2 \sqrt {c} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )}{4 \sqrt {c} e}+\frac {\sqrt {c} \text {arctanh}\left (\frac {b+2 c \tan ^2(d+e x)}{2 \sqrt {c} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )}{2 e}-\frac {\cot ^2(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}{2 e} \]

output
-1/4*b*arctanh(1/2*(2*a+b*tan(e*x+d)^2)/a^(1/2)/(a+b*tan(e*x+d)^2+c*tan(e* 
x+d)^4)^(1/2))/e/a^(1/2)+1/2*arctanh(1/2*(2*a+b*tan(e*x+d)^2)/a^(1/2)/(a+b 
*tan(e*x+d)^2+c*tan(e*x+d)^4)^(1/2))*a^(1/2)/e-1/4*b*arctanh(1/2*(b+2*c*ta 
n(e*x+d)^2)/c^(1/2)/(a+b*tan(e*x+d)^2+c*tan(e*x+d)^4)^(1/2))/e/c^(1/2)+1/4 
*(b-2*c)*arctanh(1/2*(b+2*c*tan(e*x+d)^2)/c^(1/2)/(a+b*tan(e*x+d)^2+c*tan( 
e*x+d)^4)^(1/2))/e/c^(1/2)+1/2*arctanh(1/2*(b+2*c*tan(e*x+d)^2)/c^(1/2)/(a 
+b*tan(e*x+d)^2+c*tan(e*x+d)^4)^(1/2))*c^(1/2)/e-1/2*arctanh(1/2*(2*a-b+(b 
-2*c)*tan(e*x+d)^2)/(a-b+c)^(1/2)/(a+b*tan(e*x+d)^2+c*tan(e*x+d)^4)^(1/2)) 
*(a-b+c)^(1/2)/e-1/2*cot(e*x+d)^2*(a+b*tan(e*x+d)^2+c*tan(e*x+d)^4)^(1/2)/ 
e
 
3.1.31.2 Mathematica [A] (verified)

Time = 1.42 (sec) , antiderivative size = 187, normalized size of antiderivative = 0.43 \[ \int \cot ^3(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)} \, dx=\frac {(2 a-b) \text {arctanh}\left (\frac {2 a+b \tan ^2(d+e x)}{2 \sqrt {a} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )-2 \sqrt {a} \left (\sqrt {a-b+c} \text {arctanh}\left (\frac {2 a-b+(b-2 c) \tan ^2(d+e x)}{2 \sqrt {a-b+c} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )+\cot ^2(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}\right )}{4 \sqrt {a} e} \]

input
Integrate[Cot[d + e*x]^3*Sqrt[a + b*Tan[d + e*x]^2 + c*Tan[d + e*x]^4],x]
 
output
((2*a - b)*ArcTanh[(2*a + b*Tan[d + e*x]^2)/(2*Sqrt[a]*Sqrt[a + b*Tan[d + 
e*x]^2 + c*Tan[d + e*x]^4])] - 2*Sqrt[a]*(Sqrt[a - b + c]*ArcTanh[(2*a - b 
 + (b - 2*c)*Tan[d + e*x]^2)/(2*Sqrt[a - b + c]*Sqrt[a + b*Tan[d + e*x]^2 
+ c*Tan[d + e*x]^4])] + Cot[d + e*x]^2*Sqrt[a + b*Tan[d + e*x]^2 + c*Tan[d 
 + e*x]^4]))/(4*Sqrt[a]*e)
 
3.1.31.3 Rubi [A] (warning: unable to verify)

Time = 0.63 (sec) , antiderivative size = 409, normalized size of antiderivative = 0.94, number of steps used = 6, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.143, Rules used = {3042, 4183, 1578, 1289, 2009}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \cot ^3(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)} \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \frac {\sqrt {a+b \tan (d+e x)^2+c \tan (d+e x)^4}}{\tan (d+e x)^3}dx\)

\(\Big \downarrow \) 4183

\(\displaystyle \frac {\int \frac {\cot ^3(d+e x) \sqrt {c \tan ^4(d+e x)+b \tan ^2(d+e x)+a}}{\tan ^2(d+e x)+1}d\tan (d+e x)}{e}\)

\(\Big \downarrow \) 1578

\(\displaystyle \frac {\int \frac {\cot ^2(d+e x) \sqrt {c \tan ^4(d+e x)+b \tan ^2(d+e x)+a}}{\tan ^2(d+e x)+1}d\tan ^2(d+e x)}{2 e}\)

\(\Big \downarrow \) 1289

\(\displaystyle \frac {\int \left (\sqrt {c \tan ^4(d+e x)+b \tan ^2(d+e x)+a} \cot ^2(d+e x)-\sqrt {c \tan ^4(d+e x)+b \tan ^2(d+e x)+a} \cot (d+e x)+\frac {\sqrt {c \tan ^4(d+e x)+b \tan ^2(d+e x)+a}}{\tan ^2(d+e x)+1}\right )d\tan ^2(d+e x)}{2 e}\)

\(\Big \downarrow \) 2009

\(\displaystyle \frac {-\frac {b \text {arctanh}\left (\frac {2 a+b \tan ^2(d+e x)}{2 \sqrt {a} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )}{2 \sqrt {a}}+\sqrt {a} \text {arctanh}\left (\frac {2 a+b \tan ^2(d+e x)}{2 \sqrt {a} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )-\sqrt {a-b+c} \text {arctanh}\left (\frac {2 a+(b-2 c) \tan ^2(d+e x)-b}{2 \sqrt {a-b+c} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )+\sqrt {c} \text {arctanh}\left (\frac {b+2 c \tan ^2(d+e x)}{2 \sqrt {c} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )-\frac {b \text {arctanh}\left (\frac {b+2 c \tan ^2(d+e x)}{2 \sqrt {c} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )}{2 \sqrt {c}}+\frac {(b-2 c) \text {arctanh}\left (\frac {b+2 c \tan ^2(d+e x)}{2 \sqrt {c} \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}\right )}{2 \sqrt {c}}-\cot (d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)}}{2 e}\)

input
Int[Cot[d + e*x]^3*Sqrt[a + b*Tan[d + e*x]^2 + c*Tan[d + e*x]^4],x]
 
output
(Sqrt[a]*ArcTanh[(2*a + b*Tan[d + e*x]^2)/(2*Sqrt[a]*Sqrt[a + b*Tan[d + e* 
x]^2 + c*Tan[d + e*x]^4])] - (b*ArcTanh[(2*a + b*Tan[d + e*x]^2)/(2*Sqrt[a 
]*Sqrt[a + b*Tan[d + e*x]^2 + c*Tan[d + e*x]^4])])/(2*Sqrt[a]) - Sqrt[a - 
b + c]*ArcTanh[(2*a - b + (b - 2*c)*Tan[d + e*x]^2)/(2*Sqrt[a - b + c]*Sqr 
t[a + b*Tan[d + e*x]^2 + c*Tan[d + e*x]^4])] - (b*ArcTanh[(b + 2*c*Tan[d + 
 e*x]^2)/(2*Sqrt[c]*Sqrt[a + b*Tan[d + e*x]^2 + c*Tan[d + e*x]^4])])/(2*Sq 
rt[c]) + ((b - 2*c)*ArcTanh[(b + 2*c*Tan[d + e*x]^2)/(2*Sqrt[c]*Sqrt[a + b 
*Tan[d + e*x]^2 + c*Tan[d + e*x]^4])])/(2*Sqrt[c]) + Sqrt[c]*ArcTanh[(b + 
2*c*Tan[d + e*x]^2)/(2*Sqrt[c]*Sqrt[a + b*Tan[d + e*x]^2 + c*Tan[d + e*x]^ 
4])] - Cot[d + e*x]*Sqrt[a + b*Tan[d + e*x]^2 + c*Tan[d + e*x]^4])/(2*e)
 

3.1.31.3.1 Defintions of rubi rules used

rule 1289
Int[((d_.) + (e_.)*(x_))^(m_.)*((f_.) + (g_.)*(x_))^(n_.)*((a_.) + (b_.)*(x 
_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(d + e*x)^m*(f + 
 g*x)^n*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] && ( 
IntegerQ[p] || (ILtQ[m, 0] && ILtQ[n, 0]))
 

rule 1578
Int[(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(q_.)*((a_) + (b_.)*(x_)^2 + (c_.)*(x_ 
)^4)^(p_.), x_Symbol] :> Simp[1/2   Subst[Int[x^((m - 1)/2)*(d + e*x)^q*(a 
+ b*x + c*x^2)^p, x], x, x^2], x] /; FreeQ[{a, b, c, d, e, p, q}, x] && Int 
egerQ[(m - 1)/2]
 

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 4183
Int[tan[(d_.) + (e_.)*(x_)]^(m_.)*((a_.) + (b_.)*((f_.)*tan[(d_.) + (e_.)*( 
x_)])^(n_.) + (c_.)*((f_.)*tan[(d_.) + (e_.)*(x_)])^(n2_.))^(p_), x_Symbol] 
 :> Simp[f/e   Subst[Int[(x/f)^m*((a + b*x^n + c*x^(2*n))^p/(f^2 + x^2)), x 
], x, f*Tan[d + e*x]], x] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && EqQ[n 
2, 2*n] && NeQ[b^2 - 4*a*c, 0]
 
3.1.31.4 Maple [F]

\[\int \cot \left (e x +d \right )^{3} \sqrt {a +b \tan \left (e x +d \right )^{2}+c \tan \left (e x +d \right )^{4}}d x\]

input
int(cot(e*x+d)^3*(a+b*tan(e*x+d)^2+c*tan(e*x+d)^4)^(1/2),x)
 
output
int(cot(e*x+d)^3*(a+b*tan(e*x+d)^2+c*tan(e*x+d)^4)^(1/2),x)
 
3.1.31.5 Fricas [A] (verification not implemented)

Time = 1.78 (sec) , antiderivative size = 1186, normalized size of antiderivative = 2.73 \[ \int \cot ^3(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)} \, dx=\text {Too large to display} \]

input
integrate(cot(e*x+d)^3*(a+b*tan(e*x+d)^2+c*tan(e*x+d)^4)^(1/2),x, algorith 
m="fricas")
 
output
[1/8*(2*sqrt(a - b + c)*a*log(((b^2 + 4*(a - 2*b)*c + 8*c^2)*tan(e*x + d)^ 
4 + 2*(4*a*b - 3*b^2 - 4*(a - b)*c)*tan(e*x + d)^2 - 4*sqrt(c*tan(e*x + d) 
^4 + b*tan(e*x + d)^2 + a)*((b - 2*c)*tan(e*x + d)^2 + 2*a - b)*sqrt(a - b 
 + c) + 8*a^2 - 8*a*b + b^2 + 4*a*c)/(tan(e*x + d)^4 + 2*tan(e*x + d)^2 + 
1))*tan(e*x + d)^2 - (2*a - b)*sqrt(a)*log(((b^2 + 4*a*c)*tan(e*x + d)^4 + 
 8*a*b*tan(e*x + d)^2 - 4*sqrt(c*tan(e*x + d)^4 + b*tan(e*x + d)^2 + a)*(b 
*tan(e*x + d)^2 + 2*a)*sqrt(a) + 8*a^2)/tan(e*x + d)^4)*tan(e*x + d)^2 - 4 
*sqrt(c*tan(e*x + d)^4 + b*tan(e*x + d)^2 + a)*a)/(a*e*tan(e*x + d)^2), -1 
/8*(4*a*sqrt(-a + b - c)*arctan(-1/2*sqrt(c*tan(e*x + d)^4 + b*tan(e*x + d 
)^2 + a)*((b - 2*c)*tan(e*x + d)^2 + 2*a - b)*sqrt(-a + b - c)/(((a - b)*c 
 + c^2)*tan(e*x + d)^4 + (a*b - b^2 + b*c)*tan(e*x + d)^2 + a^2 - a*b + a* 
c))*tan(e*x + d)^2 + (2*a - b)*sqrt(a)*log(((b^2 + 4*a*c)*tan(e*x + d)^4 + 
 8*a*b*tan(e*x + d)^2 - 4*sqrt(c*tan(e*x + d)^4 + b*tan(e*x + d)^2 + a)*(b 
*tan(e*x + d)^2 + 2*a)*sqrt(a) + 8*a^2)/tan(e*x + d)^4)*tan(e*x + d)^2 + 4 
*sqrt(c*tan(e*x + d)^4 + b*tan(e*x + d)^2 + a)*a)/(a*e*tan(e*x + d)^2), -1 
/4*(sqrt(-a)*(2*a - b)*arctan(1/2*sqrt(c*tan(e*x + d)^4 + b*tan(e*x + d)^2 
 + a)*(b*tan(e*x + d)^2 + 2*a)*sqrt(-a)/(a*c*tan(e*x + d)^4 + a*b*tan(e*x 
+ d)^2 + a^2))*tan(e*x + d)^2 - sqrt(a - b + c)*a*log(((b^2 + 4*(a - 2*b)* 
c + 8*c^2)*tan(e*x + d)^4 + 2*(4*a*b - 3*b^2 - 4*(a - b)*c)*tan(e*x + d)^2 
 - 4*sqrt(c*tan(e*x + d)^4 + b*tan(e*x + d)^2 + a)*((b - 2*c)*tan(e*x +...
 
3.1.31.6 Sympy [F]

\[ \int \cot ^3(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)} \, dx=\int \sqrt {a + b \tan ^{2}{\left (d + e x \right )} + c \tan ^{4}{\left (d + e x \right )}} \cot ^{3}{\left (d + e x \right )}\, dx \]

input
integrate(cot(e*x+d)**3*(a+b*tan(e*x+d)**2+c*tan(e*x+d)**4)**(1/2),x)
 
output
Integral(sqrt(a + b*tan(d + e*x)**2 + c*tan(d + e*x)**4)*cot(d + e*x)**3, 
x)
 
3.1.31.7 Maxima [F]

\[ \int \cot ^3(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)} \, dx=\int { \sqrt {c \tan \left (e x + d\right )^{4} + b \tan \left (e x + d\right )^{2} + a} \cot \left (e x + d\right )^{3} \,d x } \]

input
integrate(cot(e*x+d)^3*(a+b*tan(e*x+d)^2+c*tan(e*x+d)^4)^(1/2),x, algorith 
m="maxima")
 
output
integrate(sqrt(c*tan(e*x + d)^4 + b*tan(e*x + d)^2 + a)*cot(e*x + d)^3, x)
 
3.1.31.8 Giac [F]

\[ \int \cot ^3(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)} \, dx=\int { \sqrt {c \tan \left (e x + d\right )^{4} + b \tan \left (e x + d\right )^{2} + a} \cot \left (e x + d\right )^{3} \,d x } \]

input
integrate(cot(e*x+d)^3*(a+b*tan(e*x+d)^2+c*tan(e*x+d)^4)^(1/2),x, algorith 
m="giac")
 
output
integrate(sqrt(c*tan(e*x + d)^4 + b*tan(e*x + d)^2 + a)*cot(e*x + d)^3, x)
 
3.1.31.9 Mupad [F(-1)]

Timed out. \[ \int \cot ^3(d+e x) \sqrt {a+b \tan ^2(d+e x)+c \tan ^4(d+e x)} \, dx=\int {\mathrm {cot}\left (d+e\,x\right )}^3\,\sqrt {c\,{\mathrm {tan}\left (d+e\,x\right )}^4+b\,{\mathrm {tan}\left (d+e\,x\right )}^2+a} \,d x \]

input
int(cot(d + e*x)^3*(a + b*tan(d + e*x)^2 + c*tan(d + e*x)^4)^(1/2),x)
 
output
int(cot(d + e*x)^3*(a + b*tan(d + e*x)^2 + c*tan(d + e*x)^4)^(1/2), x)